home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 October
/
EnigmA AMIGA RUN 22 (1997)(G.R. Edizioni)(IT)[!][issue 1997-10 & 11][EAR-CD VI].iso
/
progs
/
graphics
/
cybergl-install
/
changes.txt
next >
Wrap
Text File
|
1997-06-03
|
1KB
|
34 lines
Changes for cybergl.library 39.11
- GLWA_Buffered tag now works for AttachGLWindowTags() call, too.
- if offsets were specified for the gl window, they were net used in all
rendering cases. Now fixed.
- Fixed a freemem problem in DisposeGLWindow() when AttachGLWindowTags()
was used
Changes for cybergl.library 39.10
- GLWA_Buffered tag now works for AttachGLWndToRPTags() call, too.
- fixed a devide by zero problem in the shared color allocation code
- cybergl now uses pool allocation functions of OS 3.0 and above. Make sure you
have at least SetPatch 40.16 running. It fixes some problems in OS 3.0 pool
allocation functions.
Changes for cybergl.library 39.9
- This library needs at least cgx v3 r55 for 24bit output
- added new tag GLWA_Buffered to allow for buffered rendering. All data is
rendered into a buffer until glFlush() is called.
- fixed mungwall hits in context deallocation code
- fixed a bug in disposeGLWindow
- color sharing code now correctly uses ObtainBestPen() instead of ObtainPen()
Changes for cybergl.library 39.8
- dithering is now enabled in 15/16 bit modes, too. This gives 24bit quality
results in highcolour modes.
Chages for cybergl.library 39.7
- initial public release